home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR09 / ZOMBIE.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-06-01  |  462b  |  43 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. echo off
  8. if "%1" == "" goto gettail
  9. mkdir %1\ZOMBIES
  10. echo *
  11. echo *
  12. echo *    Copying HORROR ZOMBIES files
  13. echo *
  14. echo *
  15. echo *
  16. copy *.* %1\ZOMBIES
  17. echo *
  18.  
  19. cls
  20. echo *
  21. echo *
  22. echo *   HORROR ZOMBIES INSTALLED
  23. echo *
  24. echo *
  25. echo *
  26. echo *
  27.  
  28. %1
  29. cd \ZOMBIES
  30. goto finish
  31.  
  32. :gettail
  33. echo *
  34. echo *
  35. echo * Please specify the hard drive to install files onto.
  36. echo *
  37. echo * example:         install c:
  38. echo *
  39. echo *
  40.  
  41. :finish
  42.  
  43.